home *** CD-ROM | disk | FTP | other *** search
- object ProgressForm: TProgressForm
- Left = 282
- Top = 162
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Progress Form'
- ClientHeight = 34
- ClientWidth = 266
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefaultPosOnly
- PixelsPerInch = 96
- TextHeight = 13
- object Progress: TLabel
- Left = 0
- Top = 21
- Width = 266
- Height = 13
- Align = alBottom
- Alignment = taCenter
- Caption = 'Progress'
- end
- object Bar: TProgressBar
- Left = 0
- Top = 0
- Width = 266
- Height = 21
- Align = alClient
- Min = 0
- Max = 100
- TabOrder = 0
- end
- end
-